Software Design, Testing & Engineering
epub |eng | 2018-11-25 | Author:Abraham Marín-Pérez & Daniel Bryant [Abraham Marín-Pérez]

( Category: Software Development May 9,2019 )
epub |eng | 2019-03-26 | Author:Gabriel N. Schenker

//run docker pull to download CentOS docker image $ docker pull centos Using default tag: latest latest: Pulling from library/centos d9aaf4d82f24: Pull complete Digest: sha256:4565fe2dd7f4770e825d4bd9c761a81b26e49cc9e3c9631c58cfc3188be9505a Status: Downloaded newer image for ...
( Category: Software Development May 6,2019 )
epub |eng | 2019-03-25 | Author:Mala Gupta

ZGC heap ZGC divides memory into regions, also called ZPages. ZPages can be dynamically created and destroyed. These can also be dynamically sized (unlike the G1 GC), which are multiples ...
( Category: Object-Oriented Design May 4,2019 )
epub |eng | 2019-03-10 | Author:Gazihan Alankus

Exercise 26: Writing an Application that Finds a User by Email In this exercise, you'll write an application that reads the users from a specified CSV file into a hashtable, ...
( Category: Object-Oriented Design May 4,2019 )
epub |eng | 2019-03-26 | Author:Daniel Sipos

Running queries Now that we have some tables to work with, let's take a look at how we can run queries against them. If you are following along, for testing ...
( Category: Tools May 4,2019 )
epub, mobi |eng | 2019-03-30 | Author:Adam Boduch

( Category: Tools May 4,2019 )
epub |eng | 2019-03-29 | Author:Prajyot Mainkar

Using packages Like many platforms, Flutter supports the use of shared packages that are contributed by the developers to the Flutter and Dart ecosystem. This facilitates development by making developers ...
( Category: Software Development May 4,2019 )
epub |eng | 2016-06-13 | Author:Ariola, Wayne & Dunlop, Cynthia

The “Continuous” in Testing: What’s Involved? Executive Summary Continuous Testing does not mean do more of the same “bottom-up” tasks with greater automation. To achieve a real-time, objective assessment of ...
( Category: Software Development May 3,2019 )
epub, azw3 |eng | 2019-05-06 | Author:Sergey Bratus & Eugene Rodionov & Alex Matrosov [Sergey Bratus]

( Category: Testing May 2,2019 )
epub |eng | 2019-03-22 | Author:James Freeman

tasks: - name: create a directory file: path: /srv/whiskey/alpha state: directory - name: create another directory file: path: /srv/whiskey/beta state: directory When we run this, as expected, our two directories ...
( Category: Linux & UNIX Administration May 2,2019 )
epub |eng | 2019-05-12 | Author:Boris Cherny [Boris Cherny]

( Category: Software Development April 29,2019 )
epub |eng | | Author:Sander Vugt

The user is owner of the directory where the file exists. Notice that this means that sticky bit cannot be used to prevent users to remove files from their home ...
( Category: Software Development April 25,2019 )
epub, pdf |eng | | Author:Irv Kalb

import random MAX_GUESSES = 5 # maximum number of guesses allowed MAX_RANGE = 20 # highest possible number #Show introduction print 'Welcome to my Guess the Number program.' print 'Guess ...
( Category: Object-Oriented Design April 24,2019 )
epub |eng | 2012-06-19 | Author:Joseph Albahari [Joseph Albahari and Ben Albahari]

Note You can track a task’s execution status via its Status property. Wait Calling Wait on a task blocks until it completes and is the equivalent of calling Join on ...
( Category: Object-Oriented Design April 20,2019 )
epub, mobi, pdf |eng | 2018-09-02 | Author:Nicolás Bevacqua

4.1.3 Frameworks: The Good, the Bad, and the Ugly Conventions are useful because they allow for better self-direction among developers, without causing lagoons of inconsistency to spread across our codebase. ...
( Category: Testing April 18,2019 )